home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / June 96 / Re Tracker Coordinates < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  737 b   |  [TEXT/ttxt]

  1. Subject:     Re: Tracker Coordinates
  2. Sent:        6/6/96 2:44 PM
  3. Received:    6/6/96 3:01 PM
  4. From:        Serge Froment, sfroment@odyssee.net
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >I looked at the code and both are in view content coordinates.
  9.  
  10. I don't know if this is related to the problem Bill Finzer does experience,
  11. but there is indeed a bug in FW_CTracker::Track, which applies
  12. FrameToViewContent to all views, not only the content view. This is
  13. incorrect since views other than the content view should not be affected by
  14. the internal transform.
  15.  
  16. ODFDraw is not affected by this problem because it only tracks the content view.
  17.  
  18. Serge
  19.  
  20.